From bfdae2557fabc3be3cb262e4ae61e924a1808108 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 7 Jul 2015 13:27:08 -0400 Subject: [PATCH] Maek special keys bold --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 9a45cf18830..b42279b2458 100644 --- a/which-key.el +++ b/which-key.el @@ -68,7 +68,7 @@ location is top or bottom.") (defvar which-key-group-description-face 'font-lock-keyword-face) (defvar which-key-command-description-face 'font-lock-function-name-face) (defface which-key-special-key-face - `((t . (:inherit ,which-key-key-face :inverse-video t)) ) + `((t . (:inherit ,which-key-key-face :inverse-video t :weight bold)) ) "Face for special keys (SPC, TAB, RET)") ;; Internal Vars -- 2.30.2